C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetTargetIndexPathForMove Method

In This Topic
GetTargetIndexPathForMove Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetTargetIndexPathForMove( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal originalIndexPath As Foundation.NSIndexPath, _
   ByVal proposedIndexPath As Foundation.NSIndexPath _
) As Foundation.NSIndexPath
 

Parameters

collectionView
originalIndexPath
proposedIndexPath
See Also